home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-10-09 | 917 b | 31 lines | [TEXT/CWIE] |
- // ===========================================================================
- // CTridentwhoView.h ©1993 Metrowerks Inc. All rights reserved.
- // ===========================================================================
-
- #include "CTridentView.h"
-
- // =============================== A =========================================
-
- #pragma once
-
- class CTridentwhoView : public CTridentView {
-
- public:
- // LListBox* myListBox;
- static CTridentwhoView* CreateTridentViewStreamA(LStream *inStream);
- CTridentwhoView();
- CTridentwhoView(LStream *inStream);
- ~CTridentwhoView();
- virtual void FindCommandStatus(CommandT inCommand,
- Boolean &outEnabled,
- Boolean &outUsesMark,
- Char16 &outMark,
- Str255 outName);
- void HandleAppleEvent( const AppleEvent &inAppleEvent,
- AppleEvent &outAEReply,
- AEDesc &outResult,
- long inAENumber) ;
-
- };
-
-